home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Online / Socks5 / src / server / tracer.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-03-10  |  742 b   |  20 lines

  1. /* Copyright (c) 1995-1999 NEC USA, Inc.  All rights reserved.               */
  2. /*                                                                           */
  3. /* The redistribution, use and modification in source or binary forms of     */
  4. /* this software is subject to the conditions set forth in the copyright     */
  5. /* document ("Copyright") included with this distribution.                   */
  6.  
  7. /*
  8.  * $Id: tracer.h,v 1.7.4.1 1999/02/03 22:35:51 steve Exp $
  9.  */
  10.  
  11. /* This file contains all the prototypes & globals used in handling ping and */
  12. /* tracerotue                                                                */
  13. #ifndef TRACER_H
  14. #define TRACER_H
  15.  
  16. extern int  PTSetup   P((S5IOInfo *, S5LinkInfo *, S5CommandInfo *));
  17.  
  18. #endif
  19.  
  20.